[]
This collection allows showing and modifying a Microsoft.EntityFrameworkCore.DbContext instance in any control.
public class C1EntityFrameworkCoreCursorDataCollection<T> : C1EntityFrameworkCoreCursorDataCollectionBase<T>, IDataCollection<T>, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable, INotifyCollectionChanged, ISupportIndexing<T>, INotifyPropertyChanged, IDisposable, ISupportVirtualization, ISupportConnection, ISupportIncrementalLoading, ISupportRefreshing, ISupportSorting, ISupportFiltering, ISupportEditing<T> where T : class, new()
| Name | Description |
|---|---|
| T |
The collection supports loading on demand, sorting, filtering and editing.
| Name | Description |
|---|---|
| C1EntityFrameworkCoreCursorDataCollection(DbContext) | Initializes a new instance of the C1EntityFrameworkCoreCursorDataCollection<T> class. |
| C1EntityFrameworkCoreCursorDataCollection(IQueryable<T>) | Initializes a new instance of the C1EntityFrameworkCoreCursorDataCollection<T> class. |
| Name | Description |
|---|---|
| CanInsert(int, T) | Determines whether a new item can be inserted in the collection at the specified |
| CanRemove(int) | Determines whether the item at the specified |
| CanReplace(int, T) | Determines whether the item at the specified |
| InsertAsyncOverride(int, T, CancellationToken) | Inserts the specified |
| RemoveAsyncOverride(int, CancellationToken) | Removes the item at the specified |
| ReplaceAsyncOverride(int, T, CancellationToken) | Replaces the item at the specified index by the specified item. |